@media not screen and (max-width: 768px) , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {    /*-------------------------------------banner----------------------*/
    .layui-carousel>[carousel-item]>*{
        height: auto;
    }
    .layui-carousel-ind{
        margin-top: -20px;
        top: auto;
        bottom: 10px;
    }
    .banner-box {
        padding-top: 64px;
    }
    .banner-box .full {
        /*width: 1920px !important;*/
        width: 100% !important;
        margin: auto;
        /*height: 750px !important;*/
    }

    .banner-box .big {
        /*width: 1920px !important;*/
        width: 100% !important;
        /*height: 480px !important;*/
        margin: auto;
    }

    .banner-box .small {
        width: 100% !important;
        height: 400px !important;
    }
    .banner-box .part-item{
        position: relative;
    }
    .banner-box .part-item .btn-box{
        position: absolute;
        left: 349px;
        top: 68%;
        z-index: 10;
        padding: 10px 20px;
        background: #Fc4f08;
        border-radius: 5px;
    }
    .banner-box .part-item .btn-box.left{
        left: 18.17%;
        top: 68%;
    }
    .banner-box .part-item .btn-box.center{
        left: 45.94%;
        top: 68%;
    }
    .banner-box .part-item .btn-box.right{
        left: 83.65%;
        top: 68%;
    }
    .banner-box .part-item .btn-box a{
        color: #FFFFFF;
    }
    .banner-box .part-item img {
        width: 100%;
        /*height: 100%;*/
        position: absolute;
        top: 0;
        /*object-fit: contain;*/
        min-width: 1200px;
    }
    .banner-box .part-item video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
    .banner-phone-box {
        width: 100%;
        padding: 0.50rem 0;
    }

    .banner-box  .part-item img{
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
    }
    .banner-phone-box .banner-phone-contain {
        padding: 0 0.20rem;
    }
    .banner-phone-box .advantage-description-hoverImg {
        /*width: 1.60rem;*/
        height: 0.72rem;
        object-fit: contain;
        display: inline-block;
        margin: auto;
        /*margin-top: 0.15rem;*/
    }
    .banner-phone-box.together .advantage-description-hoverImg {
        display: none;
    }
    .banner-phone-box .title-box {
        text-align: center;
        margin: 0.30rem 0;
    }

    .banner-phone-box .title-box-title {
        height: 0.59rem;
        font-size: 0.42rem;
        font-family: Helvetica;
        color: #181818;
        line-height: 0.50rem;
    }

    .banner-phone-box .title-box-description {
        height: 0.30rem;
        font-size: 0.22rem;
        font-family: Helvetica;
        color: #999999;
        line-height: 0.26rem;
        margin: 0.20rem 0;
    }

    .banner-phone-box.programme .part-item .part-title {
        width: 100%;
        height: 0.56rem;
        font-size: 0.36rem;
        font-family: Helvetica;
        color: #181818;
        line-height: 0.48rem;
        border-bottom:0.01rem solid rgba(0, 0, 0, 0.1);
        padding: 0.20rem 0rem;
        margin: 0 0.38rem;
    }

    .banner-phone-box.programme .part-item .part-description {
        padding: 0.20rem 0.38rem;
        font-size: 0.26rem;
        font-family: Helvetica;
        color: #666666;
        line-height: 0.26rem;
        padding-bottom: 0;
    }

    .banner-phone-box.programme .part-item .part-img-box {
        width: 100%;
        text-align: center;
        /*height: 515rem;*/
        height: auto;
        margin: 0.20rem 0;
    }

    .banner-phone-box.programme .part-item .part-img-box img {
        width: 5.15rem;
        height: 5.15rem;
        object-fit: contain;
        margin: auto;
    }

    .banner-phone-box.programme .part-btn {
        background: #FC4F08;
        padding: 0.16rem;
        font-size: 0.24rem;
        font-family: Helvetica;
        color: #FFFFFF;
        line-height: 0.29rem;
        margin: auto;
        width: 2.79rem;
        text-align: center;
        margin-top: 0.30rem;
    }

    .banner-phone-box.programme .content-size {
        width: 100% !important;
        height: 8.80rem !important;
    }

    .banner-phone-box.programme .layui-carousel-arrow {
        color: #FC4F08;
        background-color: #FFFFFF;
    }

    .banner-phone-box.programme .layui-carousel-arrow:hover {
        background-color: #FFFFFF;
    }
    .banner-phone-box.together .content-size {
        width: 100% !important;
        height: 7.26rem!important;
    }
    .banner-phone-box.together .content-box {
        background: #FFFFFF;
        box-shadow: 0.04rem 0rem 0.1rem 0rem rgba(149, 157, 172, 0.3);
        border-radius: 0.12rem;
        overflow: hidden;
    }
    .banner-phone-box.together .part-img-box {
        width: 100%;
        height: 3.88rem;
        overflow: hidden;
        margin-bottom: 0.41rem;
    }
    .banner-phone-box.together .part-item .part-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }
    .banner-phone-box.together .part-title {
        font-size: 0.34rem;
        font-family: PingFang SC;
        font-weight: 800;
        line-height: 0.49rem;
        text-align: center;
        margin-bottom: 0.29rem;
    }
    .banner-phone-box.together .part-description {
        font-size: 0.24rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 0.37rem;
        padding: 0 0.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }
    .banner-phone-box.together .title-image {
        height: 1.1rem;
        max-width: 100%;
        object-fit: contain;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}
